home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / INFO / HHV20.ZIP / EXAMPLE2.TXT < prev    next >
Text File  |  1990-03-21  |  1KB  |  55 lines

  1. #deck title Custom deck example
  2.  
  3. ## set the initialize size of the browser
  4. #size 30 10
  5.  
  6. ## customize the menu
  7. #menu !$last!≡!  !$home!Index!  !$prev!Back!  !$quit!Exit!
  8. #default menu link 2
  9.  
  10. ## customize link behavior
  11. #default global card link last
  12.  
  13. #-------------------------------------------
  14. #card home
  15. #center line
  16. Sample Index
  17.  
  18. !a!AAA!   !b!BBB!  !fake_about_card!About ...!
  19. #end
  20. #--------------------------------------------
  21. #card a
  22. #center line
  23. The A Card
  24.  
  25. AAA AAA AAA AAA
  26. AAA AAA AAA AAA
  27. #end
  28. #---------------------------------------------
  29. #card b
  30. #center line
  31. The B Card
  32.  
  33. BBB BBB BBB BBB
  34. BBB BBB BBB BBB
  35. #end
  36. #--------------------------------------------
  37. #card fake_about_card
  38. #center line
  39. Fake About Card
  40. #center line
  41. Copyright (c) 1990 by Nobody's Business, Inc.
  42.  
  43. If you have a registered version of HyperHelper,
  44. you can make this the ABOUT CARD by renaming
  45. the card to "about_card".
  46.  
  47. #center line
  48. HyperHelper 2.0
  49. #center line
  50. Copyright (c) 1988-1990 by Azarona Software
  51. #center line
  52. ALL RIGHTS RESERVED
  53. #end
  54. #--------------------------------------------
  55.